ComponentOne ASP.NET MVC Controls
ListBoxBuilder<T> Constructor

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : ListBoxBuilder<T> Constructor
The C1.Web.Mvc.ListBox<T> object to be configurated.
Creates one ListBoxBuilder<T> instance to configurate component.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As ListBox(Of T) _
)
public ListBoxBuilder<T>( 
   ListBox<T> component
)

Parameters

component
The C1.Web.Mvc.ListBox<T> object to be configurated.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members